home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / LIST.### < prev    next >
Encoding:
Text File  |  1985-01-21  |  2.7 KB  |  47 lines

  1. COMMAND:  LIST                                  DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Displays the contents of an ASCII file with positioning and
  4.           searching commands.
  5.  
  6. FORMAT:   LIST [[d:][path]filename[.ext]]
  7.  
  8. TYPE:     Public domain software (Vernon Buerg)
  9.  
  10. REMARKS:  The specified file is listed in a screen mode and a variety of
  11.           commands are available to select the text to be displayed. An ASCII
  12.           file of any size may be listed. All positioning is relative to the
  13.           block of text currently in memory, which may be as large as 64K.
  14.           The maximum record length allowed is 255 characters. DOS 2.0 is
  15.           required but ANSI.SYS is not required. To scan the file for a
  16.           character string enter / on the command line followed by the text
  17.           to be searched for, up to 32 characters. If the text is found, the
  18.           line containing it is highlighted. If it is not found, an error
  19.           message is displayed. To repeat the same scan, press F3 to find the
  20.           next occurrence of the character string. The file may be printed as
  21.           it is displayed without printing the title and prompt lines.
  22.           The following functions are available:
  23.  
  24.         Command         Control key     Function
  25.         -----------     ------------    ------------------------
  26.         Q, X            Esc or F10      terminate and exit to DOS
  27.         T               Home            restart from first block (top)
  28.         B               End             skip to end of file (bottom)
  29.         D or +          PgDn or Enter   scroll down one page
  30.         U or -          PgUp            scroll up one page
  31.         H or ?          F1              list commands (HELP)
  32.         L               left arrow      scroll left 20 columns
  33.         R               right arrow     scroll right 20 columns
  34.                         up arrow        up one (previous) line
  35.                         down arrow      down one (next) line
  36.         W                               wrap lines over 80 characters
  37.         P                               toggle printer on or off
  38.         K                               toggle keyboard flush
  39.         /text                           find 'text'
  40.         A               F3              find next occurance of 'text'
  41.         7                               turn off high display bit
  42.         8                               leave high bit on (default)
  43.                         ctl-Home        restart from CURRENT block
  44.                         ctl-PgUp        restart from first block (TOP)
  45.                         ctl-PgDn        skip to end of file (BOTTOM)
  46.                         ctl-left-arrow  reset scroll to column 1
  47.